Find with Regex Test
Command Prototype
bRet = Regex.Test(sText,sPattern)
Command Description
Try using a Regex to find a string, and return true if found, otherwise return false
Parameter Description
- Required Parameter
- sText--The string to operate
- sPattern--The Regex
- return
- bRet--The variable used to save the output of the function call